Location: Session Resource Workspace @ 439f3f595a77 / metadata_template_for CellML_file.xml

Author:
Dougal Cowan <devnull@localhost>
Date:
2012-11-15 08:29:09+13:00
Desc:
updated metadata template
Permanent Source URI:
http://models.cellml.org/workspace/sessionresources/rawfile/439f3f595a7799ee785a2b32e174c20e9d9e62ca/metadata_template_for CellML_file.xml

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:bqs="http://www.cellml.org/bqs/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">
   <foo xmlns="http://www.example.org/foo/bar/baz" />
   <!--
      The following RDF block contains metadata that applies to this document
      as a whole, as indicated by the empty about attribute on the 
      <rdf:Description> element.
    -->
   <rdf:Description rdf:about="">
      <!--
        The Model Builder Metadata.  The Dublin Core "creator" element is used  
        to indicate the person who translated the model into CellML.
      -->
      <dc:creator rdf:parseType="Resource">
         <vCard:N rdf:parseType="Resource">
            <vCard:Family>Family name</vCard:Family>
            <vCard:Given>Given name</vCard:Given>
         </vCard:N>
         <vCard:ORG rdf:parseType="Resource">
            <vCard:Orgname>Organisation (ie. University or Institute)</vCard:Orgname>
            <vCard:Orgunit>Unit (ie. lab or group)</vCard:Orgunit>
         </vCard:ORG>
      </dc:creator>

      <!--
        The Creation Date metadata. This is the date on which the model
        was translated into CellML.-->

      <dcterms:created rdf:parseType="Resource">
        <dcterms:W3CDTF>yyyy-mm-dd</dcterms:W3CDTF>
      </dcterms:created>

   </rdf:Description>

   <!--
      The following metadata refers to the model itself, as indicated by the
      reference to the ID "aslanidi_atrial_model_2009", which is    
      declared on the <model> element.
    -->
    
   <rdf:Description rdf:about="#modelid">
   
      <!-- A human readable name for the model. -->
      
      <dc:title>
         Model name
      </dc:title>

      <!--  Keyword(s) -->
      
      <bqs:reference rdf:parseType="Resource">
         <dc:subject rdf:parseType="Resource">
            <bqs:subject_type>keyword</bqs:subject_type>
            <rdf:value>
               <rdf:Bag>
                  <rdf:li>category 1</rdf:li>
                  <rdf:li>category 2, etc.</rdf:li>
               </rdf:Bag>
            </rdf:value>
         </dc:subject>
      </bqs:reference>

      <!-- Reference -->
      
      <bqs:reference rdf:parseType="Resource">
         <bqs:Pubmed_id>########</bqs:Pubmed_id>
         <bqs:JournalArticle rdf:parseType="Resource">
            <dc:creator>
               <rdf:Seq>
               
                  <!-- make additional copies of this rdf:li block
                       for more authors -->
                       
                  <rdf:li rdf:parseType="Resource">
                     <bqs:Person rdf:parseType="Resource">
                        <vCard:N rdf:parseType="Resource">
                           <vCard:Family>Family name</vCard:Family>
                           <vCard:Given>Given name</vCard:Given>
                        </vCard:N>
                     </bqs:Person>
                  </rdf:li>
                  
               </rdf:Seq>
            </dc:creator>
            
            <!-- Reference title -->
            
            <dc:title>
               Reference title
            </dc:title>
            <bqs:Journal rdf:parseType="Resource">
               <dc:title>Publication title</dc:title>
            </bqs:Journal>
            <bqs:volume>##</bqs:volume>
            <bqs:first_page>###</bqs:first_page>
            <bqs:last_page>###</bqs:last_page>
         </bqs:JournalArticle>
      </bqs:reference>
   </rdf:Description>
</rdf:RDF>